34. Exercise: Create the PreferenceFragment in Sunshine
Create the PreferenceFragment in Sunshine
INSTRUCTOR NOTE:
compile 'com.android.support:preference-v7:25.0.0'
Exercise Code
Exercise: S06.02-Exercise-SettingsFragment
Create the SettingsFragment
SOLUTION:
- Show a ListPreference for units and an EditTextPreference for location
- Have the summaries for the ListPreference and the EditTextPreference change when updated